[INFO] cloning repository https://github.com/MostroP2P/serbero
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MostroP2P/serbero" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMostroP2P%2Fserbero", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMostroP2P%2Fserbero'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 963d37e5ddf130273570c7314f898eb4d496094e
[INFO] checking MostroP2P/serbero against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMostroP2P%2Fserbero" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MostroP2P/serbero
[INFO] finished tweaking git repo https://github.com/MostroP2P/serbero
[INFO] tweaked toml for git repo https://github.com/MostroP2P/serbero written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MostroP2P/serbero on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MostroP2P/serbero already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:60:1
[INFO] [stderr]    |
[INFO] [stderr] 60 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `serbero` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 172cc2f2a48b221fb11088a4867cb485157569e465bf7bc578e36f33398ce212
[INFO] running `Command { std: "docker" "start" "172cc2f2a48b221fb11088a4867cb485157569e465bf7bc578e36f33398ce212", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "172cc2f2a48b221fb11088a4867cb485157569e465bf7bc578e36f33398ce212", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "172cc2f2a48b221fb11088a4867cb485157569e465bf7bc578e36f33398ce212" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "172cc2f2a48b221fb11088a4867cb485157569e465bf7bc578e36f33398ce212", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "172cc2f2a48b221fb11088a4867cb485157569e465bf7bc578e36f33398ce212" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:60:1
[INFO] [stderr]    |
[INFO] [stderr] 60 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `serbero` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking value-bag v1.12.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling bitcoin-io v0.1.4
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]     Checking hex-conservative v0.2.2
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.118
[INFO] [stderr]     Checking bech32 v0.11.1
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling bitcoin-internals v0.3.0
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]     Checking lru v0.16.4
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]     Checking atomic-destructor v0.3.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking negentropy v0.5.0
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling ena v0.14.4
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.118
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling bitcoin v0.32.8
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking bitcoin-units v0.1.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking lalrpop-util v0.20.2
[INFO] [stderr]     Checking levenshtein v1.0.5
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.118
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking rustls-webpki v0.103.12
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling lalrpop v0.20.2
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking async-std v1.13.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.118
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking bitcoin_hashes v0.14.1
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_regex v1.1.0
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking secp256k1 v0.29.1
[INFO] [stderr]     Checking base58ck v0.1.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking async-object-pool v0.1.5
[INFO] [stderr]     Checking tungstenite v0.26.2
[INFO] [stderr]     Checking nostr v0.44.2
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-socks v0.5.2
[INFO] [stderr]     Checking async-utility v0.3.1
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking tokio-tungstenite v0.26.2
[INFO] [stderr]     Checking async-wsocket v0.13.2
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking rusqlite v0.31.0
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking nostr-database v0.44.0
[INFO] [stderr]     Checking nostr-gossip v0.44.0
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking nostr-relay-pool v0.44.0
[INFO] [stderr]     Checking nostr-relay-builder v0.44.0
[INFO] [stderr]     Checking nostr-sdk v0.44.1
[INFO] [stderr]    Compiling basic-cookies v0.1.5
[INFO] [stderr]     Checking httpmock v0.7.0
[INFO] [stderr]     Checking mostro-core v0.9.1
[INFO] [stderr]     Checking serbero v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/daemon.rs:236:27: 236:37}: std::marker::Send`
[INFO] [stdout]    --> src/daemon.rs:236:14
[INFO] [stdout]     |
[INFO] [stdout] 236 |           Some(tokio::spawn(async move {
[INFO] [stdout]     |  ______________^
[INFO] [stdout] 237 | |             crate::mediation::run_engine(
[INFO] [stdout] 238 | |                 engine_conn,
[INFO] [stdout] 239 | |                 engine_client,
[INFO] [stdout] ...   |
[INFO] [stdout] 251 | |             .await
[INFO] [stdout] 252 | |         }))
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@src/daemon.rs:236:27: 236:37}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = ()>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of mediation::run_engine()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/mediation/mod.rs:656:3: 727:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = std::result::Result<(), error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of mediation::run_engine_tick()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/mediation/mod.rs:908:17: 1085:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = StartOutcome>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of start::try_start_for()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/mediation/start.rs:131:69: 197:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `Instrumented<{async block@src/mediation/start.rs:127:1: 130:4}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `ManuallyDrop<{async block@src/mediation/start.rs:127:1: 130:4}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async block@src/mediation/start.rs:127:1: 130:4}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/mediation/start.rs:127:1: 130:4}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = std::result::Result<OpenOutcome, error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`serbero`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/daemon.rs:236:27: 236:37}: std::marker::Send`
[INFO] [stdout]    --> src/daemon.rs:236:14
[INFO] [stdout]     |
[INFO] [stdout] 236 |           Some(tokio::spawn(async move {
[INFO] [stdout]     |  ______________^
[INFO] [stdout] 237 | |             crate::mediation::run_engine(
[INFO] [stdout] 238 | |                 engine_conn,
[INFO] [stdout] 239 | |                 engine_client,
[INFO] [stdout] ...   |
[INFO] [stdout] 251 | |             .await
[INFO] [stdout] 252 | |         }))
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@src/daemon.rs:236:27: 236:37}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = ()>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of mediation::run_engine()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/mediation/mod.rs:656:3: 727:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = std::result::Result<(), error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of mediation::run_engine_tick()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/mediation/mod.rs:908:17: 1085:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = StartOutcome>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of start::try_start_for()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/mediation/start.rs:131:69: 197:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `Instrumented<{async block@src/mediation/start.rs:127:1: 130:4}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `ManuallyDrop<{async block@src/mediation/start.rs:127:1: 130:4}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async block@src/mediation/start.rs:127:1: 130:4}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/mediation/start.rs:127:1: 130:4}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = std::result::Result<session::OpenOutcome, error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`serbero`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase4_foundational`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase4_send_failure`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase4_dispatch`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_cooperative_summary`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_response_dedup_restart`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase4_dedup_and_parse_failure`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_authority_boundary`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_event_driven_start`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase2_renotification`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_self_resolution_role_guard`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_session_open`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase4_no_write_solvers`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_response_ingest`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_routing_model`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_escalation_triggers`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_session_open_gating`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_stale_message`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_followup_reasoning_failure`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase4_supersession`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_followup_summary`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_external_resolution_report`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase1_failure`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_followup_round`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase1_detection`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase1_dedup`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_summary_escalation`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_take_reasoning_coupling`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_superseded_by_human`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase2_assignment`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase3_take_flow_stale_cant_do`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]    --> tests/common/mod.rs:251:18
[INFO] [stdout]     |
[INFO] [stdout] 251 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 252 | |         serbero::daemon::run_with_shutdown(config, async move {
[INFO] [stdout] 253 | |             let _ = rx.await;
[INFO] [stdout] 254 | |         })
[INFO] [stdout] 255 | |         .await
[INFO] [stdout] 256 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@tests/common/mod.rs:251:31: 251:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), serbero::error::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `std::future::PollFn<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#21}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `(&mut u8, &mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62})): std::marker::Send`
[INFO] [stdout]     = note: which requires `&mut (impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `(impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>, {async block@tests/common/mod.rs:252:52: 252:62}): std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::client::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::Client::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl std::future::Future<Output = Result<(), nostr_sdk::nostr_relay_pool::pool::Error>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@nostr_sdk::nostr_relay_pool::RelayPool::handle_notifications<{closure@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}}, {async block@run_with_shutdown<{async block@tests/common/mod.rs:252:52: 252:62}>::{closure#0}::{closure#6}::{closure#0}}>::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`phase2_lifecycle`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s
[INFO] running `Command { std: "docker" "inspect" "172cc2f2a48b221fb11088a4867cb485157569e465bf7bc578e36f33398ce212", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "172cc2f2a48b221fb11088a4867cb485157569e465bf7bc578e36f33398ce212", kill_on_drop: false }`
[INFO] [stdout] 172cc2f2a48b221fb11088a4867cb485157569e465bf7bc578e36f33398ce212
